www.gusucode.com > 6KBBS ASP版 V7.1 > 6KBBS ASP版 V7.1\code\bbs\BBSTop.asp

    <SCRIPT language="javascript">
var bbsstyle='<%=style%>';
var allthebbs='<%=allthebbs%>';
var userplugin='<%=plugin%>';
</SCRIPT>
<script src="skin/<%=Cssstyleid%>/top.js"></script>
<div class=bbstopmenu>
	<div class=bbstopmenu1>
		<%
		dim lginfo
		if isnull(lguserid) or lguserid="" then%><a href="login.asp">登 陆</a> ┆ <a href="reg.asp">注 册</a> ┆ <%else
		response.write "<span class=topusername>[ "&checktitle(lgname)&" ]</span>"
		if lgtype=1 then lginfo="<a href=cookies.asp?action=lgtype&lgtype=2>隐 身</a>"
		if lgtype=2 then lginfo="<a href=cookies.asp?action=lgtype&lgtype=1>上 线</a>"
		response.write lginfo&" ┆ "
		response.write"<a href=login.asp?action=exit>注 销</a> ┆ "
		end if
		%><a onmouseover=ShowMenu(bbsstyle,100,event)><SPAN style='CURSOR: pointer'>论坛风格</span></a><%if lguserid<>"" then%> ┆ <a onmouseover=ShowMenu(userhelp,100,event)><SPAN style='CURSOR: pointer'>会员功能</span></a> ┆ <a onmouseover=ShowMenu(bbsfun,100,event)><SPAN style='CURSOR: pointer'>论坛功能</span></a> <%if plugin<>"" then%>┆ <a onmouseover=ShowMenu(userplugin,100,event)><SPAN style='CURSOR: pointer'>论坛插件</span></a><%end if%><%end if%>
		<%if usertype=5 then%> ┆ <a href=admin>论坛管理</a><%end if%> ┆ <a href=help.asp>论坛帮助</a>
	</div>
	<div class=bbstopmenu2>
		<a target=_top href="cookies.asp?action=bbsmode&mode=1">框架模式</a>
	</div>
</div>